home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 1 / ACE CD 1.iso / files / games / 1-l / lemmi3a1.dms / in.adf / InstallHD < prev    next >
Encoding:
Text File  |  1992-09-02  |  1.2 KB  |  50 lines

  1. echo ""
  2. echo ""
  3. echo "Before installation, please read the addendum sheet with the"
  4. echo "`All New World Of Lemmings' manual or the ReadMe.txt file on"
  5. echo "the Program disk."
  6.  
  7. echo ""
  8. echo "If an L3 directory has not been created, please press Cancel."
  9.  
  10. if exists L3:
  11.  
  12. echo ""
  13. echo "Installing `All New World Of Lemmings' on L3: on your hard drive."
  14. echo ""
  15.  
  16. copy >NIL: Program:source L3:source all
  17. copy >NIL: Program:frontart L3:frontart all
  18. copy >NIL: Program:frontaudio L3:frontaudio all 
  19. copy >NIL: Program:c/config.dat L3:config.dat
  20. copy >NIL: Program:c/RunHD L3:RunHD
  21. copy >NIL: Program:c/RunHD.info L3:RunHD.info
  22.  
  23. copy >NIL: Classic: L3: all
  24. copy >NIL: Egyptian: L3: all
  25. copy >NIL: Shadow: L3: all
  26.  
  27. echo ""
  28. echo "If you have previously saved games on floppy, please insert your"
  29. echo "LoadSaveGame disk. If not, please press Cancel."
  30. echo ""
  31.  
  32. copy >NIL: LoadSaveGame: L3: all
  33.  
  34. echo "'All New World Of Lemmings' is now installed on your hard drive."
  35. echo ""
  36. echo "Please store your `All New World Of Lemmings' disks in a safe place."
  37. echo ""
  38. echo "Please `Leave Out' the RunHD icon and close all windows, shells"
  39. echo "and CLIs to maximise free memory."
  40. echo ""
  41.  
  42. else
  43.  
  44. c:type Program:ReadMe.txt
  45.  
  46. endif
  47.  
  48. c:wait 5 mins
  49.  
  50.